ResolveAnimationRequest

data class ResolveAnimationRequest(animationId: String)

Represents request frame that can be used with Animation#resolveAnimation operation call.

Gets the remote object of the Animation.

See also

Constructors

ResolveAnimationRequest
Link copied to clipboard
fun ResolveAnimationRequest(animationId: String)

Properties

animationId
Link copied to clipboard
val animationId: String
Animation id.

Sources

jvm source
Link copied to clipboard